home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / frmAbout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-12-20  |  3.4 KB  |  108 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About This Keygen"
  5.    ClientHeight    =   3015
  6.    ClientLeft      =   2340
  7.    ClientTop       =   1935
  8.    ClientWidth     =   4110
  9.    ClipControls    =   0   'False
  10.    Icon            =   "frmAbout.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2081.007
  15.    ScaleMode       =   0  'User
  16.    ScaleWidth      =   3859.502
  17.    ShowInTaskbar   =   0   'False
  18.    Begin VB.Frame Frame1 
  19.       Height          =   3015
  20.       Left            =   0
  21.       TabIndex        =   0
  22.       Top             =   0
  23.       Width           =   4095
  24.       Begin VB.CommandButton Command1 
  25.          Caption         =   "&Ok"
  26.          Height          =   255
  27.          Left            =   1560
  28.          TabIndex        =   7
  29.          Top             =   2640
  30.          Width           =   855
  31.       End
  32.       Begin VB.Frame Frame2 
  33.          Height          =   1695
  34.          Left            =   120
  35.          TabIndex        =   4
  36.          Top             =   840
  37.          Width           =   3855
  38.          Begin VB.Label Label4 
  39.             Caption         =   "http://pages.prodigy.net/volatility"
  40.             Height          =   255
  41.             Left            =   720
  42.             TabIndex        =   6
  43.             Top             =   1320
  44.             Width           =   2415
  45.          End
  46.          Begin VB.Label Label3 
  47.             Caption         =   $"frmAbout.frx":030A
  48.             Height          =   975
  49.             Left            =   120
  50.             TabIndex        =   5
  51.             Top             =   240
  52.             Width           =   3615
  53.          End
  54.       End
  55.       Begin VB.PictureBox picIcon 
  56.          AutoSize        =   -1  'True
  57.          ClipControls    =   0   'False
  58.          Height          =   540
  59.          Left            =   120
  60.          Picture         =   "frmAbout.frx":03E8
  61.          ScaleHeight     =   337.12
  62.          ScaleMode       =   0  'User
  63.          ScaleWidth      =   337.12
  64.          TabIndex        =   1
  65.          Top             =   240
  66.          Width           =   540
  67.       End
  68.       Begin VB.Label Label2 
  69.          Caption         =   "Copyright 
  70.  1998 Volatility"
  71.          Height          =   255
  72.          Left            =   840
  73.          TabIndex        =   3
  74.          Top             =   480
  75.          Width           =   3015
  76.       End
  77.       Begin VB.Label Label1 
  78.          Caption         =   "CrackersConvert 1.0 Key Generator"
  79.          BeginProperty Font 
  80.             Name            =   "MS Sans Serif"
  81.             Size            =   8.25
  82.             Charset         =   0
  83.             Weight          =   700
  84.             Underline       =   0   'False
  85.             Italic          =   0   'False
  86.             Strikethrough   =   0   'False
  87.          EndProperty
  88.          Height          =   255
  89.          Left            =   840
  90.          TabIndex        =   2
  91.          Top             =   240
  92.          Width           =   3135
  93.       End
  94.    End
  95. Attribute VB_Name = "frmAbout"
  96. Attribute VB_GlobalNameSpace = False
  97. Attribute VB_Creatable = False
  98. Attribute VB_PredeclaredId = True
  99. Attribute VB_Exposed = False
  100. Private Sub Command1_Click()
  101.     Unload Me
  102.     Form1.Show
  103. End Sub
  104. Private Sub Form_Load()
  105.     Left = (Screen.Width - Width) \ 2
  106.     Top = (Screen.Height - Height) \ 2
  107. End Sub
  108.